0.0
NA
CVE-2023-53435
cassini: Fix a memory leak in the error handling path of cas_init_one()
Description

In the Linux kernel, the following vulnerability has been resolved: cassini: Fix a memory leak in the error handling path of cas_init_one() cas_saturn_firmware_init() allocates some memory using vmalloc(). This memory is freed in the .remove() function but not it the error handling path of the probe. Add the missing vfree() to avoid a memory leak, should an error occur.

INFO

Published Date :

Sept. 18, 2025, 4:15 p.m.

Last Modified :

Sept. 18, 2025, 4:15 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2023-53435 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

Solution
Address memory leak in error handling by adding missing deallocation.
  • Add missing vfree() call.
  • Ensure memory is freed in error paths.
  • Review kernel error handling logic.
  • Test allocated memory deallocation.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2023-53435 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2023-53435 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2023-53435 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2023-53435 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Sep. 18, 2025

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: cassini: Fix a memory leak in the error handling path of cas_init_one() cas_saturn_firmware_init() allocates some memory using vmalloc(). This memory is freed in the .remove() function but not it the error handling path of the probe. Add the missing vfree() to avoid a memory leak, should an error occur.
    Added Reference https://git.kernel.org/stable/c/11c0ed097a874156957b515d0ba7e356142eab87
    Added Reference https://git.kernel.org/stable/c/172146c26f0c1b86ab4e9ebffc7e06f04229fa17
    Added Reference https://git.kernel.org/stable/c/234e744d86bd95b381d24546df2dba72804e0219
    Added Reference https://git.kernel.org/stable/c/412cd77a2c24b191c65ea53025222418db09817c
    Added Reference https://git.kernel.org/stable/c/60d8e8b88087d68e10c8991a0f6733fa2f963ff0
    Added Reference https://git.kernel.org/stable/c/b8b1a667744741fa7807b09a12797a27f14f3fac
    Added Reference https://git.kernel.org/stable/c/dc61f7582cc92d547d02e141cd66f5d1f4ed8012
    Added Reference https://git.kernel.org/stable/c/e20105d967ab5b53ff50a0e5991fe37324d2ba20
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
Vulnerability Scoring Details
No CVSS metrics available for this vulnerability.